home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / bin / Imakefile < prev    next >
Makefile  |  1995-05-09  |  658b  |  36 lines

  1. #    @(#) Imakefile 12.1 95/05/09 
  2. #
  3. # WIDE AREA INFORMATION SERVER SOFTWARE:
  4. #   No guarantees or restrictions.  See the readme file for the full standard
  5. #   disclaimer.    
  6. #
  7. # Makefile for the bin directory
  8. #
  9. # S000 18 Sep 1993 rr@sco.com
  10. # placed under SCCS and turned into an Imakefile
  11. #
  12. # $Log:    Makefile,v $
  13. # Revision 1.8  92/02/16  18:37:43  jonathan
  14. # Added anytostring to EXE list.
  15. #
  16.  
  17. EXE  =     waisindex waisindex-sig waisq \
  18.     waissearch waissearch-sig \
  19.     waisserver waisserver1 \
  20.     trunc anytostring pump_question swais \
  21.     xwais-exe xwaisq-exe
  22.  
  23. RM = /bin/rm -f
  24.  
  25. all::
  26.  
  27. clean::
  28.     $(RM) *.o
  29.     $(RM) *.a
  30.     $(RM) *~
  31.     $(RM) core
  32.     $(RM) $(EXE)
  33.  
  34. DependTarget()
  35.